home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 February / maximum-cd-2001-02.iso / Team Arena / TeamArenaDemo.exe / Main / pak0.pk3 / ui / demo_quit.menu < prev    next >
Encoding:
Text File  |  2000-11-22  |  4.1 KB  |  252 lines

  1. #include "ui/menudef.h"
  2.  
  3. {
  4. \\ DEMO QUIT \\
  5.  
  6.   menuDef {
  7.         name "demo_quit"
  8.         visible 0
  9.         fullscreen 1
  10.         rect 0 0 640 480
  11.         background "menuback_a"
  12.         focusColor 1 .67 0 1
  13.         style 1
  14.         border 1
  15.     onEsc { uiScript "quit" }
  16.     onOpen { setitemcolor fadebox backcolor 0 0 0 1 ;     
  17.     fadeout fadebox }
  18.     
  19.  
  20. itemDef {
  21.           name actionback
  22.           style WINDOW_STYLE_EMPTY
  23.     rect 0 0 640 480
  24.     type 1
  25.           visible 1 
  26.     action { play "sound/misc/nomenu.wav" ; 
  27.     uiScript "quit" }
  28.         }
  29.     
  30.  
  31. // LEVEL SELECTION BAR    //
  32.  
  33. itemDef {
  34.           name teamarenaart
  35.     group grpidcredit
  36.     style WINDOW_STYLE_SHADER
  37.     background "ui/assets/teamarenaimage2.tga"
  38.           rect 64 0 512 150
  39.           visible 1 
  40.     decoration        
  41.         }
  42.  
  43.  
  44.  
  45.  
  46.  
  47. itemDef {
  48.     name demo
  49.     group grpidcredit
  50.     style 0 
  51.     rect 0 160 640 30
  52.     textalign 1
  53.     textalignx 320
  54.     textaligny 10
  55.     textscale .5
  56.     text ""
  57.     forecolor  1 1 1 1
  58.     decoration 
  59.     visible 1
  60.     }
  61.  
  62. itemDef {
  63.     name artist
  64.     group grpidcredit
  65.     style 0 
  66.     rect 0 190 640 30
  67.     textalign 1
  68.     textalignx 320
  69.     textaligny 10
  70.     textscale .333
  71.     text "Thanks for playing the Quake III: Team Arena DEMO."
  72.     forecolor 1 1 1 1
  73.     decoration 
  74.     visible 1
  75.     }
  76.  
  77.  
  78. itemDef {
  79.     name levelDesign
  80.     group grpidcredit
  81.     style 0 
  82.     rect 0 220 640 30
  83.     textalign 1
  84.     textalignx 320
  85.     textaligny 10
  86.     textscale .333
  87.     text "For more information about Team Arena"
  88.     forecolor 1 1 1 1
  89.     decoration 
  90.     visible 1
  91.     }
  92.  
  93. itemDef {
  94.     name gameDesign
  95.     group grpidcredit
  96.     style 0 
  97.     rect 0 250 640 30
  98.     textalign 1
  99.     textalignx 320
  100.     textaligny 10
  101.     textscale .333
  102.     text "check out the official Quake III website at"
  103.     forecolor 1 1 1 1
  104.     decoration 
  105.     visible 1
  106.     }
  107.  
  108. itemDef {
  109.     name ceo
  110.     group grpidcredit
  111.     style 0 
  112.     rect 0 280 640 30
  113.     textalign 1
  114.     textalignx 320
  115.     textaligny 10
  116.     textscale .333
  117.     text "www.quake3world.com."
  118.     forecolor 1 1 1 1
  119.     decoration 
  120.     visible 1
  121.     }
  122.  
  123. itemDef {
  124.     name bizDev
  125.     group grpidcredit
  126.     style 0 
  127.     rect 0 310 640 30
  128.     textalign 1
  129.     textalignx 320
  130.     textaligny 10
  131.     textscale .35
  132.     text ""
  133.     forecolor 1 1 1 1
  134.     decoration 
  135.     visible 1
  136.     }
  137.  
  138. itemDef {
  139.     name idMom
  140.     group grpidcredit
  141.     style 0 
  142.     rect 0 340 640 30
  143.     textalign 1
  144.     textalignx 320
  145.     textaligny 10
  146.     textscale .333
  147.     text "Christmas 2000."
  148.     forecolor 1 1 1 1
  149.     decoration 
  150.     visible 1
  151.     }
  152.  
  153. itemDef {
  154.     name devAssist
  155.     group grpidcredit
  156.     style 0 
  157.     rect 0 380 640 30
  158.     textalign 1
  159.     textalignx 320
  160.     textaligny 10
  161.     textscale .333
  162.     text "Full Version of Quake III is Required."
  163.     forecolor 1 1 1 1
  164.     decoration 
  165.     visible 1
  166.     }
  167.  
  168.  
  169. itemDef {
  170.     name exitbttn
  171.           group grpidcredit
  172.           rect 255 420 130 26
  173.     type 1
  174.       text "Click to Exit"
  175.     style WINDOW_STYLE_FILLED
  176.     background "ui/assets/button_back.tga"
  177.     textalign 1       
  178.     textscale .25
  179.     textalignx 65
  180.     textaligny 20
  181.           visible 1
  182.     decoration
  183.     backcolor .37 .1 .1 1
  184.           forecolor 1 1 1 1
  185.     action { play "sound/misc/nomenu.wav" }
  186.     mouseEnter { setitemcolor exitbttn backcolor .1 .37 .1 1 }
  187.           mouseExit { setitemcolor exitbttn backcolor .37 .1 .1 1 }    
  188.     }
  189. itemDef {
  190.           name exitbttn
  191.     group grpidcredit
  192.     style WINDOW_STYLE_SHADER
  193.     background "ui/assets/framebutton.tga"
  194.     rect 255 420 130 26
  195.           visible 1 
  196.     decoration        
  197.         }
  198.  
  199. itemDef {
  200.           name exitbttn
  201.     group grpidcredit
  202.     style WINDOW_STYLE_SHADER
  203.     background "ui/assets/leftbutton.tga"
  204.           rect 243 420 13 26
  205.           visible 1 
  206.     decoration        
  207.         }
  208.  
  209. itemDef {
  210.           name exitbttn
  211.     group grpidcredit
  212.     style WINDOW_STYLE_SHADER
  213.     background "ui/assets/rightbutton.tga"
  214.           rect 384 420 13 26
  215.           visible 1
  216.     decoration        
  217.         }
  218.  
  219. itemDef {
  220.           name copyright
  221.           text "Quake III: Team Arena Copyright 2000 Id Software, Inc. All rights reserved"
  222.           style 0
  223.           textscale .25
  224.           rect 0 440 640 40
  225.           textalign 1    
  226.           textaligny 32
  227.           textalignx 320 
  228.           forecolor .75 0 0 .75
  229.           visible 1 
  230.           decoration 
  231.     }
  232.  
  233.  
  234. itemDef {
  235.           name fadebox
  236.           style WINDOW_STYLE_FILLED
  237.      background "ui/assets/fadebox.tga"
  238.     forecolor 0 0 0 1
  239.     backcolor 0 0 0 1
  240.     rect 0 0 640 480
  241.           visible 1 
  242.     decoration
  243.         }
  244.  
  245.  
  246.  
  247.  
  248.  
  249. }
  250.  
  251. }
  252. }